36786 Microsoft Data Environment Extensibility Objects 1.0
36787 A collection of the DEConnection objects contained in a Data Environment.
36788 A collection of the Recordset objects contained in a Data Environment.
36789 Loads a Data Environment from a file.
36790 Clones a Data Environment.
36791 The set of events associated with a Data Environment.
36792 Returns the number of DEConnection objects contained in a Data Environment.
36793 Returns a specific DEConnection object by index contained in a Data Environment.
36794 Returns the number of Recordset objects contained in a Data Environment.
36795 Returns a specific Recordset object by index contained in a Data Environment.
36796 Displays an About dialog box with version and copyright information for the Data Environment.
36797 Returns the number of DECommands objects contained in a Data Environment.
36798 Returns a specific DECommand object by index contained in a Data Environment.
36799 A collection of the DECommand objects contained in a Data Environment.
36800 Defines a DEConnection object that connects to a source of data.
36801 Returns/sets the name to identify a DEConnection object.
36802 Returns/sets the location of the cursor engine to use for a DEConnection object.
36803 Returns/sets the time, in seconds, that the server waits for a DECommand object to return from the server.
36804 Returns/sets the time, in seconds, that the server waits to open a DEConnection object.
36805 Returns/sets the user logon name to be used at design-time for a DEConnection object.
36806 Returns/sets the connection string to be used as the source of a DEConnection object.
36807 Returns/sets the password to be used at design-time for a DEConnection object.
36808 Returns/sets additional connection string attributes to be used for a DEConnection object.
36809 Returns/sets the prompting behavior to use at design-time when a DEConnection object is opened.
36810 Returns/sets whether the authentication information for a DEConnection object is saved with design-time project.
36812 Returns/sets whether the source of a DEConnection object is defined by a connection string, a data link file, or an ODBC data source.
36813 The set of events associated with a DEConnection object.
36814 Returns/sets the connection string for a DEConnection object.
36815 A definition of a specific command that is executed against a data source.
36816 Returns/sets the name to identify a DECommand object.
36817 Returns/sets the source type, such as table or stored procedure, that a DECommand object is based.
36818 Returns/sets the number of records cached locally in memory for the result of a DECommand object.
36819 Returns/sets the maximum number of records returned for a DECommand object.
36820 Returns/sets the type of lock used when editing the results of a DECommand object.
36821 Returns/sets the name of a DEConnection object which a DECommand object is associated.
36822 Returns/sets the text of a DECommand object to issue against a provider.
36823 Returns/sets the time, in seconds, how long to wait while executing a DECommand object before terminating the attempt and generating an error.
36824 Returns/sets the type of cursor used for a DECommand object.
36825 Returns/sets whether or not to save a compiled version of a DECommand object before execution.
36826 Returns/sets the call syntax used to execute a DECommand object.
36827 A collection of the DEParameter objects contained in a DECommand object.
36828 A collection of the DEField objects contained in a DECommand object.
36829 Returns/sets the location of the cursor engine of a DECommand object.
36830 Returns/sets whether a DECommand object is grouped.
36831 Returns/sets the name of the parent summary Recordset object that is created when a DECommand object is grouped.
36832 Returns/sets whether a DECommand object is the child DECommand object in a relation hierarchy.
36833 Returns/sets the name of a parent DECommand object used in the relation hierarchy.
36834 Returns/sets the name of a parent Recordset that is created when a grand total aggregate is specified for a DECommand object.
36835 The set of events associated with a DECommand object.
36836 Returns the version of the Data Environment.
36837 A collection of the DEConnection objects in the Data Environment.
36838 A collection of the Recordset objects in the Data Environment.
36839 The set of events associated with the Data Environment extensibility object.
36840 Occurs when a DEConnection object is added to the Data Environment.
36841 Occurs when a DEConnection object is removed from the Data Environment.
36842 Occurs when a DECommand object is added to the Data Environment.
36843 Occurs when a DECommand object is removed from the Data Environment.
36844 Occurs when the value of a property associated with a DECommand object is changed.
36845 Occurs when a value of a property associated with a DEConnection object is changed.
36846 Specifies the source of a DECommand object is being edited using the query tool.
36847 Gets the query text from the query tool that is editing the source of a DECommand object.
36848 Specifies that a DECommand object is no longer being edited using the query tool.
36849 Returns number of DEConnection objects in the Data Environment.
36850 Returns a specific DEConnection object by index contained in the Data Environment.
36851 Occurs when a DEConnection object is added to the Data Environment.
36852 Occurs when a DEConnection object is removed from the Data Environment.
36853 Returns/sets the number of DECommand objects in the Data Environment.
36854 Returns a specific Recordset object by index in the Data Environment.
36855 Adds a DECommand object to the Data Environment.
36856 Removes a DECommand object from the Data Environment.
36857 Returns/sets whether the property page is displayed immediately after an object is created in the Data Environment.
36858 Returns/sets whether a confirmation prior to deleting an object in the Data Environment is displayed.
36859 Returns/sets whether the status bar is displayed in the Data Environment Designer window.
36860 Returns/sets whether system database objects are shown in the object drop-down box in the DECommand object property page.
36861 Returns/sets whether warning messages are displayed when errors occur at design-time.
36862 Represents a column of data with a common data type.
36863 Returns/sets the name to identify the DEField object.
36864 Returns/sets the scale of numeric values in a DEField object.
36865 Returns/sets the degree of precision for numeric values in a DEField object.
36866 Returns/sets the maximum size, in bytes or characters, of a DEField object.
36867 Returns/sets the operational type or data type of a DEField object.
36868 Returns/sets one or more characteristics of a DEField object.
36869 Returns/sets the caption of the DEField object.
36870 Returns/sets the default control to use for a DEField object.
36871 A collection of the DEField objects contained in a DECommand object.
36872 Returns the number of DEField objects in a DECommand object.
36873 Returns a specific DEField object by index in a DECommand object.
36874 Represents a parameter or argument associated with a DECommand object based on a parameterized query or stored procedure.
36875 Returns/sets the value associated with a DEParameter object.
36876 Returns/sets the name to identify a DEParameter object.
36877 Returns/sets whether a DEParameter object represents an input parameter, an output parameter, or both, or if the parameter is the return value from a stored procedure.
36878 Returns/sets the scale of numeric values in a DEParameter object.
36879 Returns/sets the degree of precision for numeric values in a DEParameter object.
36880 Returns/sets the maximum size, in bytes or characters, of a DEParameter object.
36881 Returns/sets the operational type or data type of a DEParameter object.
36882 Returns/sets the host data type of a DEParameter object.
36883 A collection of the DEParameter objects in a DECommand object.
36884 Returns the number DEParameter objects in a DECommand object.
36885 Returns a specific DEParameter object by index in a DECommand object.
36886 Represents a column of calculated data with a common data type.
36887 Returns/sets the name to identify a DEAggregate object.
36888 Returns/sets what command the calculated value of a DEAggregate object is based.
36889 Returns/sets whether the calculated value of a DEAggregate object is based on a grand total, a grouping, or a relation hierarchy.
36890 Returns/sets the function to use to calculate the value of a DEAggregate object.
36891 Returns/sets the DEField object to perform the function on to calculate the value of a DEAggregate object.
36892 Returns/sets the caption of a DEAggregate object.
36893 Returns/sets the default control to use for a DEAggregate object.
36894 A collection of the DEAggregate objects in a DECommand object.
36895 Returns the number of DEAggregate objects in a DECommand.
36896 Returns a specific DEAggregate object by index in a DECommand object.
36897 Adds a DEAggregate object to a DECommand object.
36898 Removes a DEAggregate object from a DECommand object.
36899 Represents a relation definition which defines a relation hierarchy between two commands.
36900 Returns/sets whether a DERelationCondition object is made with a DEField object or DEParameter object in the child command.
36901 Returns/sets the DEField object in the parent DECommand object to make the comparison with in a DERelationCondition object.
36902 Returns/sets the name of the DECommand object that is the parent DECommand object used in a DERelationCondition object.
36903 A collection of the relation conditions in the command.
36904 Returns the number of DERelationCondition objects in a DECommand object.
36905 Returns a specific a DERelationCondition object by index contained in a DECommand object.
36906 Adds a DERelationCondition object to a DECommand object.
36907 Removes a DERelationCondition object from a DECommand object.
36908 Represents the set of DEField objects a DECommand object is grouped by.
36909 Returns the number of DEGroupingField objects in a DECommand object.
36910 Returns a specific DEGroupingField object by index in a DECommand.
36911 Adds a DEGroupingField object to a DECommand object.
36912 Removes a DEGroupingField object from a DECommand object.
36913 Specifies the type of the source of a DEConnection object.
36914 The source of the DEConnection object is an ODBC data source.
36915 The source of the DEConnection object is a data link file.
36916 The source of the DEConnection object is a connection string.
36917 Specifies what the calculated value of the DEAggregate object is based.
36918 The calculated value of the DEAggregate object is based on a relation hierarchy.
36919 The calculated value of the DEAggregate object is based on a grouping.
36920 The calculated value of the DEAggregate object is based on a grand total.
36921 Specifies what the child comparison value in the DERelationCondition object is compared against.
36922 The child comparison of the DERelationCondition object is based on a DEField object.
36923 The child comparison of the DERelationCondition object is based on a DEParameter object.
36924 Returns/sets whether the DECommand object returns a Recordset object or not.
36925 Returns/sets the display name used in the DataView window for a DEConnection object.
36926 Returns/sets whether the run-time authentication information of a DEConnection object is saved with the application.
36927 Returns/sets the user-logon name to be used at run-time for a DEConnection object.
36928 Returns/sets the password to be used at run-time for a DEConnection object.
36929 Returns/sets the prompting behavior to use at run-time when a DEConnection object is opened.
36930 Returns/sets whether a DEParameter object is required.
36931 Returns the SHAPE command generated for a DECommand object that is involved in a relation hierarchy and/or is grouped.
36932 Returns/sets whether the user is prompted before a DECommand object is executed at design-time to retrieve field or parameter information.